home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / wasm.arc / READ-ME < prev    next >
Encoding:
Text File  |  1986-02-20  |  1.1 KB  |  25 lines

  1.                      Wolfware Assembler (WASM) Version 1.0
  2.  
  3. Wolfware assembler is a small, easy to use, and fast assembler for the IBM PC.
  4. It is mainly for smaller programs, system patches, utilities, BASIC subroutines
  5. etc.  All versions of all 8088 instructions and all forms of 8088 addressing
  6. are supported.  Though the documentation (WASM.DOC) completely describes how to
  7. use WASM, it is assumed that you will refer to other sources for the basic
  8. concepts 8088 programming.  Minimum system requirements are an IBM PC or
  9. compatible, 64K memory, and DOS 1.0 and up.
  10.  
  11. Wolfware Assembler files:
  12.  
  13.   WASM.COM -- assembler program          WASM.DOC -- documentation
  14.  
  15. Several sample programs are provided to show examples of WASM source code.  All
  16. of the following sample programs can be immediately assembled by WASM.  Each of
  17. the programs fully describe themselves in their comments.
  18.  
  19. Wolfware Assembler sample programs:
  20.  
  21.   PRES.ASM -- printer reset              BTYPE.ASM -- binary type
  22.   CLP.ASM -- clear partial screen        RTIME.ASM -- resident time display
  23.   KEY.ASM -- key reassignment
  24. 
  25.